home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / dispnew_p.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  978b  |  25 lines

  1. #ifndef __DISPNEW_P_H__
  2. #define __DISPNEW_P_H__
  3.  
  4. extern _VOID_ redraw_garbaged_frames _P_((void));
  5. extern int direct_output_for_insert _P_((int g));
  6. extern int direct_output_forward_char _P_((int n));
  7. extern _VOID_ quit_error_check _P_((void));
  8. extern SIGTYPE window_change_signal _P_((void));
  9. extern _VOID_ do_pending_window_change _P_((void));
  10. extern _VOID_ bitch_at_user _P_((void));
  11. extern Lisp_Object sit_for _P_((int sec, int usec, int reading, int display));
  12. extern _VOID_ init_display _P_((void));
  13. extern _VOID_ syms_of_display _P_((void));
  14.     
  15. DEFUN_P(Fredraw_frame, (Lisp_Object frame));
  16. DEFUN_P(Fredraw_display, (void));
  17. DEFUN_P(Fopen_termscript, (Lisp_Object file));
  18. DEFUN_P(Fsend_string_to_terminal, (Lisp_Object str));
  19. DEFUN_P(Fding, (Lisp_Object arg));
  20. DEFUN_P(Fsleep_for, (Lisp_Object seconds, Lisp_Object milliseconds));
  21. DEFUN_P(Fsit_for, (Lisp_Object seconds, Lisp_Object milliseconds,
  22.                    Lisp_Object nodisp));
  23.  
  24. #endif
  25.